projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b35f378
)
Fix performDragOperation: diagnostic typo
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 2 Jul 2019 07:01:06 +0000
(
00:01
-0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 2 Jul 2019 07:01:26 +0000
(
00:01
-0700)
* src/nsterm.m (performDragOperation:): Fix missing newline.
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/nsterm.m
b/src/nsterm.m
index 8d46a49cc5eae207f11af56011c3460c1e7be04e..bc1c7860aac228a7eec4944c7edd40fd415532b0 100644
(file)
--- a/
src/nsterm.m
+++ b/
src/nsterm.m
@@
-8291,7
+8291,7
@@
not_in_argv (NSString *arg)
}
else
{
- fprintf (stderr, "Invalid data type in dragging pasteboard");
+ fprintf (stderr, "Invalid data type in dragging pasteboard
\n
");
return NO;
}